翻訳と辞書
Words near each other
・ District 6 (New York City Council)
・ District 6 (Zürich)
・ District 6 Schoolhouse
・ District 6, Ho Chi Minh City
・ District 7
・ District 7 (band)
・ District 7 (Zürich)
・ District 7 School
・ District 7 School (Groton, Massachusetts)
・ District 7 School (Hanson, Massachusetts)
・ District 7, Düsseldorf
・ Distributed Ruby
・ Distributed scaffolding
・ Distributed search engine
・ Distributed Sender Blackhole List
Distributed shared memory
・ Distributed social network
・ Distributed Social Networking Protocol
・ Distributed source coding
・ Distributed Split Multi-Link Trunking
・ Distributed switching
・ Distributed System Security Architecture
・ Distributed Systems Technology Centre
・ Distributed temperature sensing
・ Distributed Training Operations Center
・ Distributed transaction
・ Distributed transient network
・ Distributed transmission system
・ Distributed Universal Number Discovery
・ Distributed version control


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Distributed shared memory : ウィキペディア英語版
Distributed shared memory

In computer science, distributed shared memory (DSM) is a form of memory architecture where the (physically separate) memories can be addressed as one (logically shared) address space. Here, the term "shared" does not mean that there is a single centralized memory but "shared" essentially means that the address space is shared (same physical address on two processors refers to the same location in memory). Distributed global address space (DGAS), is a similar term for a wide class of software and hardware implementations, in which each node of a cluster has access to shared memory in addition to each node's non-shared private memory.
A distributed-memory system (often called a multicomputer) consist of multiple independent processing nodes with local memory modules which is connected by a general interconnection network. Software DSM systems can be implemented in an operating system, or as a programming library and can be thought of as extensions of the underlying virtual memory architecture. When implemented in the operating system, such systems are transparent to the developer; which means that the underlying distributed memory is completely hidden from the users. In contrast, software DSM systems implemented at the library or language level are not transparent and developers usually have to program differently. However, these systems offer a more portable approach to DSM system implementation. A distributed shared memory system implements the shared-memory model on a physically distributed memory system.
==Software DSM implementation==
There are three ways of implementing a software distributed shared memory:
* page based approach using the system’s virtual memory;
* shared variable approach using some routines to access shared variables;
* object based approach ideally accessing shared data through object-oriented discipline.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Distributed shared memory」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.